home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / win / ch19 / 19fig24b.wrl < prev    next >
Text File  |  1996-09-23  |  356b  |  22 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright 1997 By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.         Transform {
  8.             rotation 0 1 0  1.570795
  9.             children [
  10.                 DEF halfCol Inline { url "colca1.wrl" }
  11.             ]
  12.         }
  13.         Transform {
  14.             rotation 0 1 0  -1.570795
  15.             children [
  16.                 USE halfCol
  17.             ]
  18.         }
  19.     ]
  20. }
  21.  
  22.